home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / Javacup / IN4WJCXU.TAR / internet / IN4WJCXU / README.como < prev    next >
Encoding:
Text File  |  1996-05-21  |  2.5 KB  |  63 lines

  1.         
  2.     Como: Java - Based Multi User programming system
  3.  
  4. Introduction
  5.  
  6. Como is a system for multi user communication under java. 
  7.  
  8. It provides a programming interface to develop applets that in some way
  9. implement a way of communication between two or more internet users.
  10. We call these applets "commlets".
  11.  
  12. For example, internet users from all over the world can chat with each other
  13. in a much more convenient way than using irc or talk. Groups of people can meet 
  14. in a virtual class room for remote teaching. Conferences can be held assisted
  15. by tools such as a whitebaord where everyone can draw something to illustrate the
  16. ideas they are expressing. And of course, multi player games are also just
  17. a way of communication.
  18.  
  19. These Groupware applications and games can rapidly be developed
  20. as como commlets. The programmer does not have to worry about socket 
  21. programming and data exchange protocols. Arbitrary objects can be
  22. send over the net to make high level programming possible.
  23.  
  24. A more thorough description and a running installation of Como can be 
  25. found in the included html documentation files and on our server in 
  26. Erlangen at 
  27.  
  28. http:// http://www4.informatik.uni-erlangen.de/IMMD-IV/Projects/como/javacup
  29.  
  30. However, during the day the lines are usually pretty slow. Please be patient
  31. enough-- it's worth it.
  32.  
  33. Installation
  34.  
  35. Como requires an irc server to run on the same machine as the http daemon
  36. where it came from.
  37.  
  38. We have implemented a simple irc server program in java. It is included 
  39. in this tar file under src/ircd/ .  
  40.  
  41. We have also included the regular, widely used ircd program in this tar file.
  42. (under other/irc/ircd)
  43. We usually use this server, because it allows server-to-server connections,
  44. and that way users loading the applet from different servers can 
  45. communicate with each other.
  46.  
  47. To start the ircd, change to other/ircd/include and edit the file "config.h"
  48. according to your local installation. If you have problems installing, 
  49. we will be glad to assist you.
  50.  
  51. To start our java ircd, simply change to src/ircd/ and type "java ircd 6667".
  52.  
  53. Again, one of the strengths of como is the ability to connect to the widely-
  54. used ircd program written in c. That way, java is not required to run on 
  55. the http server machine, and it is possible to interconnect different
  56. server machines.
  57.  
  58. The como applets and commlets need the directory structure of this file.
  59. Please keep it intact. If you have any trouble, please contact us to 
  60. assist you. The system has been running quite stable for a while, so if
  61. you encounter any problems, they can most likely be solved easily.
  62.  
  63.